text/template/parse.elseNode.Line (field)

3 uses

	text/template/parse (current package)
		node.go#L813: 	Line int // The line number in the input. Deprecated: Kept for compatibility.
		node.go#L817: 	return &elseNode{tr: t, NodeType: nodeElse, Pos: pos, Line: line}
		node.go#L837: 	return e.tr.newElse(e.Pos, e.Line)